body{
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "wdth" 500;
    color: #ffffff;
    background-color: #e6e6e6;
}
#header{
    background-color: #000000;
}
#header img{
    width: 100%;
    height: auto;
}
#content{
    background-color: #4C2E22;
}
#content .title{
    font-weight: 700;
    color: #ffffff;
}
#content .title span{
    color: #F2E8C9;
}
#form-container{
    background-color: #4C2E22;
}
h4.elq-heading{
    font-size: 1rem !important;
    font-weight: 400;
    color: #38d430;
}
.elq-form .elq-required{
    color: #38d430!important;
}
.LV_invalid{
    color: #e00000;
}
.elq-form .elq-item-input, .elq-form .elq-item-select, .elq-form .elq-item-textarea{
    background-color: #ffffff;
    border: none;
    height: 40px;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 500;
    color: #000000;
}
.submit-button-style{
    background-color: #F2E8C9;
    color: #000000;
    font-size: 1.7rem!important;
    border: none;
    border-radius: 5px;
    font-weight: 600;
}
.select2-selection{
    background-color: #ffffff!important;
    border: none!important;
    height: 40px!important;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 500;
    color: #000000!important;
}
.select2-selection__rendered{
    color: #000000!important;
    line-height: 37px!important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 0!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 40px!important;
    background-color: #666666;
    top: 0px;
    right: 0px;
    border-radius: 3px;
    width: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #38d430 transparent transparent transparent;
    border-width: 6px 5px 0 5px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-color: transparent transparent #38d430 transparent;
  border-width: 0 5px 6px 5px;
}
.select2-dropdown{
    background-color: #f2f2f2;
    color: #000000;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #38d430;
}
.select2-container--default .select2-results__option[aria-selected="true"]{
    background-color: #c0c0c0;
}
#footer{
    background-color: #111111;
}
i.fa-solid{
    color: #38d430;
    margin-right: 10px;
    font-size: 1.3rem;
    line-height: 1.5rem;
}
#footer a{
    color: #ffffff;
    text-decoration: none;
}
#footer a:hover{
    text-decoration: underline;
}
.iti{
    width: 100%;
}
.iti__country-list{
    color: #000000;
}
#content a{
    color: #ffffff;
    text-decoration: none;
}
#content a:hover{
    text-decoration: underline;
}
.link-interes a{
    background-color: #38d430;
    color: #ffffff;
    font-size: 1.5rem!important;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    padding: 5px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    clear: none;
    text-decoration: none;
}
.link-interes a:hover{
    text-decoration: none!important;
}
.link-interes{
    margin-bottom: 20px;
}